[INFO] cloning repository https://github.com/awoimbee-42/computor-v1
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/awoimbee-42/computor-v1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawoimbee-42%2Fcomputor-v1", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawoimbee-42%2Fcomputor-v1'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] eb2aae71922c2c09afe05eb7fff0bc11628a75d8
[INFO] checking awoimbee-42/computor-v1 against try#163937523761cc0def32f1ba9ed63fdf65ad3478 for pr-156749
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawoimbee-42%2Fcomputor-v1" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/awoimbee-42/computor-v1
[INFO] finished tweaking git repo https://github.com/awoimbee-42/computor-v1
[INFO] tweaked toml for git repo https://github.com/awoimbee-42/computor-v1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/awoimbee-42/computor-v1 on toolchain 163937523761cc0def32f1ba9ed63fdf65ad3478
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/awoimbee-42/computor-v1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cc47fa2ec6f75f618c017489efb5a120df0dccbce89c40ba76a45dadd47dcd30
[INFO] running `Command { std: "docker" "start" "cc47fa2ec6f75f618c017489efb5a120df0dccbce89c40ba76a45dadd47dcd30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cc47fa2ec6f75f618c017489efb5a120df0dccbce89c40ba76a45dadd47dcd30" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cc47fa2ec6f75f618c017489efb5a120df0dccbce89c40ba76a45dadd47dcd30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cc47fa2ec6f75f618c017489efb5a120df0dccbce89c40ba76a45dadd47dcd30" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]    Compiling nix v0.17.0
[INFO] [stderr]     Checking utf8parse v0.2.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking unicode-segmentation v1.6.0
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking dirs-sys-next v0.1.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.33.1
[INFO] [stderr]     Checking dirs-next v1.0.1
[INFO] [stderr]     Checking rustyline v6.2.0
[INFO] [stderr]     Checking computor-v1 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(box_patterns)]
[INFO] [stdout]   |            ^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in CURRENT_RUSTC_VERSION
[INFO] [stdout]   = note: superseded by `deref_patterns`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(box_patterns)]
[INFO] [stdout]   |            ^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in CURRENT_RUSTC_VERSION
[INFO] [stdout]   = note: superseded by `deref_patterns`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/types/value/mod.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |         ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/types/value/mod.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                  -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/types/value/mod.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                  -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/types/value/mod.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                  -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  98 | /         for_any_value!(
[INFO] [stdout]  99 | |             self,
[INFO] [stdout] 100 | |             v0,
[INFO] [stdout] 101 | |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout] 102 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 | /         for_any_value!(
[INFO] [stdout] 109 | |             self,
[INFO] [stdout] 110 | |             v0,
[INFO] [stdout] 111 | |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout] 112 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/types/value/mod.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |         ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/types/value/mod.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                  -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/types/value/mod.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                  -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]   --> src/types/value/mod.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                  -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 | /         for_any_value!(
[INFO] [stdout] 119 | |             self,
[INFO] [stdout] 120 | |             v0,
[INFO] [stdout] 121 | |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout] 122 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | /         for_any_value!(
[INFO] [stdout] 129 | |             self,
[INFO] [stdout] 130 | |             v0,
[INFO] [stdout] 131 | |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout] 132 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | /         for_any_value!(
[INFO] [stdout] 139 | |             self,
[INFO] [stdout] 140 | |             v0,
[INFO] [stdout] 141 | |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout] 142 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  98 | /         for_any_value!(
[INFO] [stdout]  99 | |             self,
[INFO] [stdout] 100 | |             v0,
[INFO] [stdout] 101 | |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout] 102 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 | /         for_any_value!(
[INFO] [stdout] 109 | |             self,
[INFO] [stdout] 110 | |             v0,
[INFO] [stdout] 111 | |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout] 112 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 | /         for_any_value!(
[INFO] [stdout] 119 | |             self,
[INFO] [stdout] 120 | |             v0,
[INFO] [stdout] 121 | |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout] 122 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | /         for_any_value!(
[INFO] [stdout] 129 | |             self,
[INFO] [stdout] 130 | |             v0,
[INFO] [stdout] 131 | |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout] 132 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |               Value::Expr(box $name) => $what,
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | /         for_any_value!(
[INFO] [stdout] 139 | |             self,
[INFO] [stdout] 140 | |             v0,
[INFO] [stdout] 141 | |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout] 142 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_patterns` have been removed
[INFO] [stdout]    --> src/types/value/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |             Value::Expr(box $name) => $what,
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `for_any_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]   --> src/types/value/mod.rs:91:69
[INFO] [stdout]    |
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                                                     ^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 91 -         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout] 91 +         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v0))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]   --> src/types/value/mod.rs:91:63
[INFO] [stdout]    |
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                                               ^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 91 -         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout] 91 +         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v1 == v1))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]   --> src/types/value/mod.rs:91:63
[INFO] [stdout]    |
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                                               ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]   --> src/types/value/mod.rs:91:69
[INFO] [stdout]    |
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:101:48
[INFO] [stdout]     |
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 101 -             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout] 101 +             for_any_value!(rhs, v1, v0.try_add(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:101:37
[INFO] [stdout]     |
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 101 -             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout] 101 +             for_any_value!(rhs, v1, v1.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:101:37
[INFO] [stdout]     |
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:101:48
[INFO] [stdout]     |
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:111:48
[INFO] [stdout]     |
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 111 -             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout] 111 +             for_any_value!(rhs, v1, v0.try_sub(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:111:37
[INFO] [stdout]     |
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 111 -             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout] 111 +             for_any_value!(rhs, v1, v1.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:111:37
[INFO] [stdout]     |
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:111:48
[INFO] [stdout]     |
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:121:48
[INFO] [stdout]     |
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout] 121 +             for_any_value!(rhs, v1, v0.try_mul(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:121:37
[INFO] [stdout]     |
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout] 121 +             for_any_value!(rhs, v1, v1.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:121:37
[INFO] [stdout]     |
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:121:48
[INFO] [stdout]     |
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:131:48
[INFO] [stdout]     |
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 131 -             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout] 131 +             for_any_value!(rhs, v1, v0.try_div(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 131 -             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout] 131 +             for_any_value!(rhs, v1, v1.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]   --> src/types/value/mod.rs:91:69
[INFO] [stdout]    |
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                                                     ^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 91 -         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout] 91 +         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v0))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]   --> src/types/value/mod.rs:91:63
[INFO] [stdout]    |
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                                               ^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 91 -         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout] 91 +         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v1 == v1))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:131:48
[INFO] [stdout]     |
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:141:48
[INFO] [stdout]     |
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 141 -             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout] 141 +             for_any_value!(rhs, v1, v0.try_pow(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:141:37
[INFO] [stdout]     |
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 141 -             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout] 141 +             for_any_value!(rhs, v1, v1.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:141:37
[INFO] [stdout]     |
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:141:48
[INFO] [stdout]     |
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]   --> src/types/value/mod.rs:91:63
[INFO] [stdout]    |
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                                               ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]   --> src/types/value/mod.rs:91:69
[INFO] [stdout]    |
[INFO] [stdout] 91 |         for_any_value!(self, v0, for_any_value!(rhs_val, v1, *v0 == v1))
[INFO] [stdout]    |                                                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:101:48
[INFO] [stdout]     |
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 101 -             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout] 101 +             for_any_value!(rhs, v1, v0.try_add(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:101:37
[INFO] [stdout]     |
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 101 -             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout] 101 +             for_any_value!(rhs, v1, v1.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:101:37
[INFO] [stdout]     |
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:101:48
[INFO] [stdout]     |
[INFO] [stdout] 101 |             for_any_value!(rhs, v1, v0.try_add(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:111:48
[INFO] [stdout]     |
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 111 -             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout] 111 +             for_any_value!(rhs, v1, v0.try_sub(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:111:37
[INFO] [stdout]     |
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 111 -             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout] 111 +             for_any_value!(rhs, v1, v1.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/parsing/lexer.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:111:37
[INFO] [stdout]     |
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:111:48
[INFO] [stdout]     |
[INFO] [stdout] 111 |             for_any_value!(rhs, v1, v0.try_sub(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:121:48
[INFO] [stdout]     |
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout] 121 +             for_any_value!(rhs, v1, v0.try_mul(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:121:37
[INFO] [stdout]     |
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout] 121 +             for_any_value!(rhs, v1, v1.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops`
[INFO] [stdout]  --> src/types/value/var.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ops;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:121:37
[INFO] [stdout]     |
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:121:48
[INFO] [stdout]     |
[INFO] [stdout] 121 |             for_any_value!(rhs, v1, v0.try_mul(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:131:48
[INFO] [stdout]     |
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 131 -             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout] 131 +             for_any_value!(rhs, v1, v0.try_div(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 131 -             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout] 131 +             for_any_value!(rhs, v1, v1.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:131:48
[INFO] [stdout]     |
[INFO] [stdout] 131 |             for_any_value!(rhs, v1, v0.try_div(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:141:48
[INFO] [stdout]     |
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 141 -             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout] 141 +             for_any_value!(rhs, v1, v0.try_pow(v0).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:141:37
[INFO] [stdout]     |
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 141 -             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout] 141 +             for_any_value!(rhs, v1, v1.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v0` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:141:37
[INFO] [stdout]     |
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v1` in this scope
[INFO] [stdout]    --> src/types/value/mod.rs:141:48
[INFO] [stdout]     |
[INFO] [stdout] 141 |             for_any_value!(rhs, v1, v0.try_pow(v1).map(|v| Value::from(v)))
[INFO] [stdout]     |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops`
[INFO] [stdout]  --> src/types/value/var.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ops;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `peekable_next_if` has been stable since 1.51.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(peekable_next_if)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `peekable_next_if` has been stable since 1.51.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(peekable_next_if)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:203:27
[INFO] [stdout]     |
[INFO] [stdout] 203 |     fn try_mul(&mut self, rhs: &mut Expr) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:209:27
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn try_mul(&mut self, rhs: &mut Var) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:215:27
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn try_mul(&mut self, rhs: &mut Num) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:234:27
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn try_div(&mut self, rhs: &mut Expr) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:240:27
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn try_div(&mut self, rhs: &mut Var) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:246:27
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn try_div(&mut self, rhs: &mut Num) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:265:27
[INFO] [stdout]     |
[INFO] [stdout] 265 |     fn try_pow(&mut self, rhs: &mut Expr) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:271:27
[INFO] [stdout]     |
[INFO] [stdout] 271 |     fn try_pow(&mut self, rhs: &mut Var) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:277:27
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn try_pow(&mut self, rhs: &mut Num) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:203:27
[INFO] [stdout]     |
[INFO] [stdout] 203 |     fn try_mul(&mut self, rhs: &mut Expr) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:209:27
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn try_mul(&mut self, rhs: &mut Var) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:215:27
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn try_mul(&mut self, rhs: &mut Num) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:234:27
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn try_div(&mut self, rhs: &mut Expr) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:240:27
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn try_div(&mut self, rhs: &mut Var) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:246:27
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn try_div(&mut self, rhs: &mut Num) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:265:27
[INFO] [stdout]     |
[INFO] [stdout] 265 |     fn try_pow(&mut self, rhs: &mut Expr) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:271:27
[INFO] [stdout]     |
[INFO] [stdout] 271 |     fn try_pow(&mut self, rhs: &mut Var) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]    --> src/types/expr.rs:277:27
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn try_pow(&mut self, rhs: &mut Num) -> Option<Self::Output> {
[INFO] [stdout]     |                           ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `computor-v1` (lib) due to 49 previous errors; 12 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `computor-v1` (lib test) due to 49 previous errors; 11 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "cc47fa2ec6f75f618c017489efb5a120df0dccbce89c40ba76a45dadd47dcd30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc47fa2ec6f75f618c017489efb5a120df0dccbce89c40ba76a45dadd47dcd30", kill_on_drop: false }`
[INFO] [stdout] cc47fa2ec6f75f618c017489efb5a120df0dccbce89c40ba76a45dadd47dcd30
